[−][src]Struct spirq::sym::Sym
Methods
impl Sym[src]
pub fn new<S: AsRef<str> + ?Sized>(literal: &S) -> &Sym[src]
ⓘImportant traits for Segs<'a>pub fn segs<'a>(&'a self) -> Segs<'a>[src]
ⓘImportant traits for Segs<'a>
Trait Implementations
impl AsRef<Sym> for str[src]
impl AsRef<Sym> for Sym[src]
impl AsRef<str> for Sym[src]
impl Borrow<Sym> for Symbol[src]
impl ToOwned for Sym[src]
type Owned = Symbol
The resulting type after obtaining ownership.
fn to_owned(&self) -> Symbol[src]
fn clone_into(&self, target: &mut Self::Owned)[src]
impl ToString for Sym[src]
Auto Trait Implementations
impl RefUnwindSafe for Sym
impl Send for Sym
impl Sync for Sym
impl Unpin for Sym
impl UnwindSafe for Sym
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,