pub struct DisplayableValue(/* private fields */);Implementations§
Source§impl DisplayableValue
impl DisplayableValue
pub fn to_passable(&self) -> PassableValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayableValue
impl RefUnwindSafe for DisplayableValue
impl Send for DisplayableValue
impl Sync for DisplayableValue
impl Unpin for DisplayableValue
impl UnwindSafe for DisplayableValue
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