Struct vls_protocol::msgs::ReverseWatches
source · pub struct ReverseWatches {}
Trait Implementations§
source§impl BigEndianEncodable for ReverseWatches
impl BigEndianEncodable for ReverseWatches
source§impl DeBolt for ReverseWatches
impl DeBolt for ReverseWatches
source§impl Debug for ReverseWatches
impl Debug for ReverseWatches
source§impl Decodable for ReverseWatches
impl Decodable for ReverseWatches
source§impl Encodable for ReverseWatches
impl Encodable for ReverseWatches
Auto Trait Implementations§
impl RefUnwindSafe for ReverseWatches
impl Send for ReverseWatches
impl Sync for ReverseWatches
impl Unpin for ReverseWatches
impl UnwindSafe for ReverseWatches
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