pub struct StringLengthFullCaster {}Expand description
Caster for FnId::VersionStringLengthFull
Trait Implementations§
Source§impl Debug for StringLengthFullCaster
impl Debug for StringLengthFullCaster
Source§impl FnCaster for StringLengthFullCaster
impl FnCaster for StringLengthFullCaster
Auto Trait Implementations§
impl Freeze for StringLengthFullCaster
impl RefUnwindSafe for StringLengthFullCaster
impl Send for StringLengthFullCaster
impl Sync for StringLengthFullCaster
impl Unpin for StringLengthFullCaster
impl UnsafeUnpin for StringLengthFullCaster
impl UnwindSafe for StringLengthFullCaster
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