pub struct RIdentExpression { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<IdentExpression> for RIdentExpression
impl From<IdentExpression> for RIdentExpression
Source§fn from(value: IdentExpression) -> Self
fn from(value: IdentExpression) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RIdentExpression
impl RefUnwindSafe for RIdentExpression
impl Send for RIdentExpression
impl Sync for RIdentExpression
impl Unpin for RIdentExpression
impl UnwindSafe for RIdentExpression
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