#[repr(C)]pub struct ObjectAccessPostCreate {
pub is_internal: bool,
}
Fields§
§is_internal: bool
Trait Implementations§
Source§impl Clone for ObjectAccessPostCreate
impl Clone for ObjectAccessPostCreate
Source§fn clone(&self) -> ObjectAccessPostCreate
fn clone(&self) -> ObjectAccessPostCreate
Returns a copy 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 ObjectAccessPostCreate
impl Debug for ObjectAccessPostCreate
Source§impl Default for ObjectAccessPostCreate
impl Default for ObjectAccessPostCreate
Source§fn default() -> ObjectAccessPostCreate
fn default() -> ObjectAccessPostCreate
Returns the “default value” for a type. Read more
impl Copy for ObjectAccessPostCreate
Auto Trait Implementations§
impl Freeze for ObjectAccessPostCreate
impl RefUnwindSafe for ObjectAccessPostCreate
impl Send for ObjectAccessPostCreate
impl Sync for ObjectAccessPostCreate
impl Unpin for ObjectAccessPostCreate
impl UnwindSafe for ObjectAccessPostCreate
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