pub struct IdlString<'ast>(/* private fields */);Auto Trait Implementations§
impl<'ast> Freeze for IdlString<'ast>
impl<'ast> RefUnwindSafe for IdlString<'ast>
impl<'ast> Send for IdlString<'ast>
impl<'ast> Sync for IdlString<'ast>
impl<'ast> Unpin for IdlString<'ast>
impl<'ast> UnsafeUnpin for IdlString<'ast>
impl<'ast> UnwindSafe for IdlString<'ast>
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