Struct jetstream::protocol::Rxattrwalk
source · pub struct Rxattrwalk {
pub size: u64,
}
Fields§
§size: u64
Trait Implementations§
source§impl Debug for Rxattrwalk
impl Debug for Rxattrwalk
Auto Trait Implementations§
impl Freeze for Rxattrwalk
impl RefUnwindSafe for Rxattrwalk
impl Send for Rxattrwalk
impl Sync for Rxattrwalk
impl Unpin for Rxattrwalk
impl UnwindSafe for Rxattrwalk
Blanket Implementations§
source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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