pub struct Cas(pub u64);Expand description
CAS extractor.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<StateT> FromRequest<StateT> for Cas
impl<StateT> FromRequest<StateT> for Cas
impl Copy for Cas
Auto Trait Implementations§
impl Freeze for Cas
impl RefUnwindSafe for Cas
impl Send for Cas
impl Sync for Cas
impl Unpin for Cas
impl UnwindSafe for Cas
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