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