pub struct AOCSetProperties {
pub newprops: ObjectProperties,
}
Fields§
§newprops: ObjectProperties
Trait Implementations§
Source§impl Clone for AOCSetProperties
impl Clone for AOCSetProperties
Source§fn clone(&self) -> AOCSetProperties
fn clone(&self) -> AOCSetProperties
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AOCSetProperties
impl Debug for AOCSetProperties
Source§impl Deserialize for AOCSetProperties
impl Deserialize for AOCSetProperties
Source§type Output = AOCSetProperties
type Output = AOCSetProperties
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for AOCSetProperties
impl PartialEq for AOCSetProperties
Source§impl Serialize for AOCSetProperties
impl Serialize for AOCSetProperties
type Input = AOCSetProperties
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for AOCSetProperties
Auto Trait Implementations§
impl Freeze for AOCSetProperties
impl RefUnwindSafe for AOCSetProperties
impl Send for AOCSetProperties
impl Sync for AOCSetProperties
impl Unpin for AOCSetProperties
impl UnwindSafe for AOCSetProperties
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