pub struct WireString(pub Vec<u8>);Expand description
A variable length zero terminated byte string
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for WireString
impl Clone for WireString
Source§fn clone(&self) -> WireString
fn clone(&self) -> WireString
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 WireString
impl Debug for WireString
Source§impl Decodable for WireString
impl Decodable for WireString
Auto Trait Implementations§
impl Freeze for WireString
impl RefUnwindSafe for WireString
impl Send for WireString
impl Sync for WireString
impl Unpin for WireString
impl UnwindSafe for WireString
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