pub struct LinkSpecifier {
pub spec_type: u8,
pub data: Bytes,
}Fields§
§spec_type: u8§data: BytesTrait Implementations§
Source§impl Clone for LinkSpecifier
impl Clone for LinkSpecifier
Source§fn clone(&self) -> LinkSpecifier
fn clone(&self) -> LinkSpecifier
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 LinkSpecifier
impl Debug for LinkSpecifier
Source§impl PartialEq for LinkSpecifier
impl PartialEq for LinkSpecifier
impl Eq for LinkSpecifier
impl StructuralPartialEq for LinkSpecifier
Auto Trait Implementations§
impl Freeze for LinkSpecifier
impl RefUnwindSafe for LinkSpecifier
impl Send for LinkSpecifier
impl Sync for LinkSpecifier
impl Unpin for LinkSpecifier
impl UnsafeUnpin for LinkSpecifier
impl UnwindSafe for LinkSpecifier
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