Skip to main content

AlmostStringSlice

Struct AlmostStringSlice 

Source
pub struct AlmostStringSlice<'a>(/* private fields */);

Implementations§

Source§

impl<'a> AlmostStringSlice<'a>

Source

pub fn new<'b>(bytes_slice: &'b [&'a [u8]]) -> &'b AlmostStringSlice<'a>

Trait Implementations§

Source§

impl<'a> Debug for AlmostStringSlice<'a>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl<'a> Freeze for AlmostStringSlice<'a>

§

impl<'a> RefUnwindSafe for AlmostStringSlice<'a>

§

impl<'a> Send for AlmostStringSlice<'a>

§

impl<'a> !Sized for AlmostStringSlice<'a>

§

impl<'a> Sync for AlmostStringSlice<'a>

§

impl<'a> Unpin for AlmostStringSlice<'a>

§

impl<'a> UnsafeUnpin for AlmostStringSlice<'a>

§

impl<'a> UnwindSafe for AlmostStringSlice<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more