pub struct StaticFormation {
pub suggestor_names: Vec<String>,
}Fields§
§suggestor_names: Vec<String>Implementations§
Source§impl StaticFormation
impl StaticFormation
pub fn new(suggestor_names: impl IntoIterator<Item = impl Into<String>>) -> Self
Trait Implementations§
Source§impl Clone for StaticFormation
impl Clone for StaticFormation
Source§fn clone(&self) -> StaticFormation
fn clone(&self) -> StaticFormation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StaticFormation
impl Debug for StaticFormation
Source§impl<'de> Deserialize<'de> for StaticFormation
impl<'de> Deserialize<'de> for StaticFormation
Source§fn 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
Auto Trait Implementations§
impl Freeze for StaticFormation
impl RefUnwindSafe for StaticFormation
impl Send for StaticFormation
impl Sync for StaticFormation
impl Unpin for StaticFormation
impl UnsafeUnpin for StaticFormation
impl UnwindSafe for StaticFormation
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