pub struct App1 {
pub len: u64,
pub payload: Payload,
}
Fields§
§len: u64
§payload: Payload
Trait Implementations§
Auto Trait Implementations§
impl Freeze for App1
impl RefUnwindSafe for App1
impl Send for App1
impl Sync for App1
impl Unpin for App1
impl UnwindSafe for App1
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