Struct oxygengine_core::utils::StringSequence
source · [−]pub struct StringSequence(_);
Implementations
sourceimpl StringSequence
impl StringSequence
Trait Implementations
sourceimpl Clone for StringSequence
impl Clone for StringSequence
sourcefn clone(&self) -> StringSequence
fn clone(&self) -> StringSequence
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StringSequence
impl Debug for StringSequence
sourceimpl Default for StringSequence
impl Default for StringSequence
sourcefn default() -> StringSequence
fn default() -> StringSequence
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StringSequence
impl<'de> Deserialize<'de> for StringSequence
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl From<&[String]> for StringSequence
impl From<&[String]> for StringSequence
sourceimpl<'a> FromIterator<&'a str> for StringSequence
impl<'a> FromIterator<&'a str> for StringSequence
sourcefn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = &'a str>,
fn from_iter<T>(iter: T) -> Selfwhere
T: IntoIterator<Item = &'a str>,
Creates a value from an iterator. Read more
sourceimpl Hash for StringSequence
impl Hash for StringSequence
sourceimpl PartialEq<StringSequence> for StringSequence
impl PartialEq<StringSequence> for StringSequence
sourcefn eq(&self, other: &StringSequence) -> bool
fn eq(&self, other: &StringSequence) -> bool
sourceimpl Serialize for StringSequence
impl Serialize for StringSequence
impl Eq for StringSequence
impl StructuralEq for StringSequence
impl StructuralPartialEq for StringSequence
Auto Trait Implementations
impl RefUnwindSafe for StringSequence
impl Send for StringSequence
impl Sync for StringSequence
impl Unpin for StringSequence
impl UnwindSafe for StringSequence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.