Struct savvy::sexp::string::StringSexp
source · pub struct StringSexp(pub SEXP);Expand description
An external SEXP of a character vector.
Tuple Fields§
§0: SEXPImplementations§
source§impl StringSexp
impl StringSexp
Trait Implementations§
source§impl From<StringSexp> for Result<Sexp>
impl From<StringSexp> for Result<Sexp>
source§fn from(value: StringSexp) -> Self
fn from(value: StringSexp) -> Self
Converts to this type from the input type.
source§impl From<StringSexp> for Sexp
impl From<StringSexp> for Sexp
source§fn from(value: StringSexp) -> Self
fn from(value: StringSexp) -> Self
Converts to this type from the input type.
source§impl From<StringSexp> for TypedSexp
impl From<StringSexp> for TypedSexp
source§fn from(value: StringSexp) -> Self
fn from(value: StringSexp) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StringSexp
impl RefUnwindSafe for StringSexp
impl !Send for StringSexp
impl !Sync for StringSexp
impl Unpin for StringSexp
impl UnwindSafe for StringSexp
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