pub struct ProjectSwitchParams {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for ProjectSwitchParams
impl Clone for ProjectSwitchParams
Source§fn clone(&self) -> ProjectSwitchParams
fn clone(&self) -> ProjectSwitchParams
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 ProjectSwitchParams
impl Debug for ProjectSwitchParams
Source§impl<'de> Deserialize<'de> for ProjectSwitchParams
impl<'de> Deserialize<'de> for ProjectSwitchParams
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 ProjectSwitchParams
impl RefUnwindSafe for ProjectSwitchParams
impl Send for ProjectSwitchParams
impl Sync for ProjectSwitchParams
impl Unpin for ProjectSwitchParams
impl UnsafeUnpin for ProjectSwitchParams
impl UnwindSafe for ProjectSwitchParams
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