pub struct PropLiteral { /* private fields */ }
Trait Implementations§
Source§impl Clone for PropLiteral
impl Clone for PropLiteral
Source§fn clone(&self) -> PropLiteral
fn clone(&self) -> PropLiteral
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PropLiteral
impl Debug for PropLiteral
Source§impl From<PropLiteral> for Sexpr
impl From<PropLiteral> for Sexpr
Source§fn from(value: PropLiteral) -> Self
fn from(value: PropLiteral) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PropLiteral
impl RefUnwindSafe for PropLiteral
impl Send for PropLiteral
impl Sync for PropLiteral
impl Unpin for PropLiteral
impl UnwindSafe for PropLiteral
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