pub struct GetFilePart<B> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<B: Debug> Debug for GetFilePart<B>
impl<B: Debug> Debug for GetFilePart<B>
Source§impl<B> FromMessage<Action, B> for GetFilePart<B>where
B: PacketBytes,
impl<B> FromMessage<Action, B> for GetFilePart<B>where
B: PacketBytes,
fn from_message(msg: Message<Action, B>) -> StdResult<Self, MessageError>
Source§impl<B> IntoMessage<Action, B> for GetFilePart<B>where
B: PacketBytes,
impl<B> IntoMessage<Action, B> for GetFilePart<B>where
B: PacketBytes,
fn into_message(self) -> StdResult<Message<Action, B>, MessageError>
Auto Trait Implementations§
impl<B> Freeze for GetFilePart<B>where
B: Freeze,
impl<B> RefUnwindSafe for GetFilePart<B>where
B: RefUnwindSafe,
impl<B> Send for GetFilePart<B>where
B: Send,
impl<B> Sync for GetFilePart<B>where
B: Sync,
impl<B> Unpin for GetFilePart<B>where
B: Unpin,
impl<B> UnwindSafe for GetFilePart<B>where
B: UnwindSafe,
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