pub struct ApObjectSystemInfo {
pub ap_object_id: String,
pub ap_object_type: ApObjectType,
pub actor_owner: Option<String>,
pub visibility: ApObjectVisibilityType,
pub system_data: Option<ApObjectSystemData>,
}Fields§
§ap_object_id: String§ap_object_type: ApObjectType§actor_owner: Option<String>§visibility: ApObjectVisibilityType§system_data: Option<ApObjectSystemData>Trait Implementations§
Source§impl Clone for ApObjectSystemInfo
impl Clone for ApObjectSystemInfo
Source§fn clone(&self) -> ApObjectSystemInfo
fn clone(&self) -> ApObjectSystemInfo
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 ApObjectSystemInfo
impl Debug for ApObjectSystemInfo
Source§impl<'de> Deserialize<'de> for ApObjectSystemInfo
impl<'de> Deserialize<'de> for ApObjectSystemInfo
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
Source§impl PartialEq for ApObjectSystemInfo
impl PartialEq for ApObjectSystemInfo
Source§impl Serialize for ApObjectSystemInfo
impl Serialize for ApObjectSystemInfo
impl StructuralPartialEq for ApObjectSystemInfo
Auto Trait Implementations§
impl Freeze for ApObjectSystemInfo
impl RefUnwindSafe for ApObjectSystemInfo
impl Send for ApObjectSystemInfo
impl Sync for ApObjectSystemInfo
impl Unpin for ApObjectSystemInfo
impl UnsafeUnpin for ApObjectSystemInfo
impl UnwindSafe for ApObjectSystemInfo
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