pub struct Init3String<'a>(/* private fields */);
Implementations§
Source§impl<'a> Init3String<'a>
impl<'a> Init3String<'a>
Sourcepub fn expand(&self) -> Expansion<'_, Init3String<'_>>
pub fn expand(&self) -> Expansion<'_, Init3String<'_>>
Begin expanding the capability.
Trait Implementations§
Source§impl<'a> AsRef<[u8]> for Init3String<'a>
impl<'a> AsRef<[u8]> for Init3String<'a>
Source§impl<'a> Capability<'a> for Init3String<'a>
impl<'a> Capability<'a> for Init3String<'a>
Source§impl<'a> Clone for Init3String<'a>
impl<'a> Clone for Init3String<'a>
Source§fn clone(&self) -> Init3String<'a>
fn clone(&self) -> Init3String<'a>
Returns a copy 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<'a> Debug for Init3String<'a>
impl<'a> Debug for Init3String<'a>
Source§impl<'a> PartialEq for Init3String<'a>
impl<'a> PartialEq for Init3String<'a>
impl<'a> Eq for Init3String<'a>
impl<'a> StructuralPartialEq for Init3String<'a>
Auto Trait Implementations§
impl<'a> Freeze for Init3String<'a>
impl<'a> RefUnwindSafe for Init3String<'a>
impl<'a> Send for Init3String<'a>
impl<'a> Sync for Init3String<'a>
impl<'a> Unpin for Init3String<'a>
impl<'a> UnwindSafe for Init3String<'a>
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