pub struct MeowRequest;Expand description
A Sandstorm meow (ping) request.
Trait Implementations§
Source§impl ByteRead for MeowRequest
impl ByteRead for MeowRequest
Auto Trait Implementations§
impl Freeze for MeowRequest
impl RefUnwindSafe for MeowRequest
impl Send for MeowRequest
impl Sync for MeowRequest
impl Unpin for MeowRequest
impl UnwindSafe for MeowRequest
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