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