pub struct InitiativeRelationUpdateInput {
pub sort_order: Option<f64>,
}Expand description
The properties of the initiativeRelation to update.
Fields§
§sort_order: Option<f64>The sort order of the initiative relation.
Trait Implementations§
Source§impl Clone for InitiativeRelationUpdateInput
impl Clone for InitiativeRelationUpdateInput
Source§fn clone(&self) -> InitiativeRelationUpdateInput
fn clone(&self) -> InitiativeRelationUpdateInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for InitiativeRelationUpdateInput
impl Default for InitiativeRelationUpdateInput
Source§fn default() -> InitiativeRelationUpdateInput
fn default() -> InitiativeRelationUpdateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InitiativeRelationUpdateInput
impl<'de> Deserialize<'de> for InitiativeRelationUpdateInput
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 InitiativeRelationUpdateInput
impl RefUnwindSafe for InitiativeRelationUpdateInput
impl Send for InitiativeRelationUpdateInput
impl Sync for InitiativeRelationUpdateInput
impl Unpin for InitiativeRelationUpdateInput
impl UnwindSafe for InitiativeRelationUpdateInput
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