pub struct AssignmentDetails {
pub owned_state_schema: OwnedStateSchema,
pub name: FieldName,
pub default_transition: TransitionType,
}Fields§
§owned_state_schema: OwnedStateSchema§name: FieldName§default_transition: TransitionTypeTrait Implementations§
Source§impl Clone for AssignmentDetails
impl Clone for AssignmentDetails
Source§fn clone(&self) -> AssignmentDetails
fn clone(&self) -> AssignmentDetails
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 Debug for AssignmentDetails
impl Debug for AssignmentDetails
Source§impl<'de> Deserialize<'de> for AssignmentDetails
impl<'de> Deserialize<'de> for AssignmentDetails
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<AssignmentDetails, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<AssignmentDetails, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AssignmentDetails
impl PartialEq for AssignmentDetails
Source§impl Serialize for AssignmentDetails
impl Serialize for AssignmentDetails
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl StrictDecode for AssignmentDetails
impl StrictDecode for AssignmentDetails
fn strict_decode( reader: &mut impl TypedRead, ) -> Result<AssignmentDetails, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for AssignmentDetails
impl StrictDumb for AssignmentDetails
fn strict_dumb() -> AssignmentDetails
Source§impl StrictEncode for AssignmentDetails
impl StrictEncode for AssignmentDetails
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
Source§impl StrictStruct for AssignmentDetails
impl StrictStruct for AssignmentDetails
const ALL_FIELDS: &'static [&'static str]
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for AssignmentDetails
impl StrictType for AssignmentDetails
const STRICT_LIB_NAME: &'static str = LIB_NAME_RGB_COMMIT
fn strict_name() -> Option<TypeName>
impl Eq for AssignmentDetails
impl StrictProduct for AssignmentDetails
impl StructuralPartialEq for AssignmentDetails
Auto Trait Implementations§
impl Freeze for AssignmentDetails
impl RefUnwindSafe for AssignmentDetails
impl Send for AssignmentDetails
impl Sync for AssignmentDetails
impl Unpin for AssignmentDetails
impl UnwindSafe for AssignmentDetails
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.