pub struct MaxPacketAmountDetails { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for MaxPacketAmountDetails
impl Clone for MaxPacketAmountDetails
Source§fn clone(&self) -> MaxPacketAmountDetails
fn clone(&self) -> MaxPacketAmountDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MaxPacketAmountDetails
impl Debug for MaxPacketAmountDetails
Source§impl PartialEq for MaxPacketAmountDetails
impl PartialEq for MaxPacketAmountDetails
impl StructuralPartialEq for MaxPacketAmountDetails
Auto Trait Implementations§
impl Freeze for MaxPacketAmountDetails
impl RefUnwindSafe for MaxPacketAmountDetails
impl Send for MaxPacketAmountDetails
impl Sync for MaxPacketAmountDetails
impl Unpin for MaxPacketAmountDetails
impl UnwindSafe for MaxPacketAmountDetails
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