pub struct DatastoreAccessControlTarget {
pub cluster: Option<u32>,
pub endpoint: Option<u16>,
pub device_type: Option<u32>,
}Fields§
§cluster: Option<u32>§endpoint: Option<u16>§device_type: Option<u32>Trait Implementations§
Source§impl Debug for DatastoreAccessControlTarget
impl Debug for DatastoreAccessControlTarget
Auto Trait Implementations§
impl Freeze for DatastoreAccessControlTarget
impl RefUnwindSafe for DatastoreAccessControlTarget
impl Send for DatastoreAccessControlTarget
impl Sync for DatastoreAccessControlTarget
impl Unpin for DatastoreAccessControlTarget
impl UnwindSafe for DatastoreAccessControlTarget
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