pub struct Accepted {
pub interval: Duration,
pub refresher: Refresher,
pub require: bool,
}Expand description
Terms the UAS accepted, ready to be written into the 2xx.
Fields§
§interval: DurationThe agreed interval.
refresher: RefresherWho will refresh.
require: boolWhether the 2xx should carry Require: timer (RFC 4028 §9).
Trait Implementations§
impl Copy for Accepted
impl Eq for Accepted
impl StructuralPartialEq for Accepted
Auto Trait Implementations§
impl Freeze for Accepted
impl RefUnwindSafe for Accepted
impl Send for Accepted
impl Sync for Accepted
impl Unpin for Accepted
impl UnsafeUnpin for Accepted
impl UnwindSafe for Accepted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more