pub struct ForwardedLinkRequestBody {
pub bytes: [u8; 67],
pub len: usize,
}Fields§
§bytes: [u8; 67]§len: usizeImplementations§
Trait Implementations§
Source§impl Clone for ForwardedLinkRequestBody
impl Clone for ForwardedLinkRequestBody
Source§fn clone(&self) -> ForwardedLinkRequestBody
fn clone(&self) -> ForwardedLinkRequestBody
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ForwardedLinkRequestBody
Source§impl Debug for ForwardedLinkRequestBody
impl Debug for ForwardedLinkRequestBody
impl Eq for ForwardedLinkRequestBody
Source§impl PartialEq for ForwardedLinkRequestBody
impl PartialEq for ForwardedLinkRequestBody
impl StructuralPartialEq for ForwardedLinkRequestBody
Auto Trait Implementations§
impl Freeze for ForwardedLinkRequestBody
impl RefUnwindSafe for ForwardedLinkRequestBody
impl Send for ForwardedLinkRequestBody
impl Sync for ForwardedLinkRequestBody
impl Unpin for ForwardedLinkRequestBody
impl UnsafeUnpin for ForwardedLinkRequestBody
impl UnwindSafe for ForwardedLinkRequestBody
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