Struct soketto::data::ByteSlice125
source · [−]pub struct ByteSlice125<'a>(_);
Expand description
Wrapper type which restricts the length of its byte slice to 125 bytes.
Trait Implementations
sourceimpl<'a> Debug for ByteSlice125<'a>
impl<'a> Debug for ByteSlice125<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ByteSlice125<'a>
impl<'a> Send for ByteSlice125<'a>
impl<'a> Sync for ByteSlice125<'a>
impl<'a> Unpin for ByteSlice125<'a>
impl<'a> UnwindSafe for ByteSlice125<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more