pub struct CreateAccessPointForObjectProcessParams { /* private fields */ }Trait Implementations§
Source§impl Clone for CreateAccessPointForObjectProcessParams
impl Clone for CreateAccessPointForObjectProcessParams
Source§fn clone(&self) -> CreateAccessPointForObjectProcessParams
fn clone(&self) -> CreateAccessPointForObjectProcessParams
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 Default for CreateAccessPointForObjectProcessParams
impl Default for CreateAccessPointForObjectProcessParams
Source§fn default() -> CreateAccessPointForObjectProcessParams
fn default() -> CreateAccessPointForObjectProcessParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateAccessPointForObjectProcessParams
impl RefUnwindSafe for CreateAccessPointForObjectProcessParams
impl Send for CreateAccessPointForObjectProcessParams
impl Sync for CreateAccessPointForObjectProcessParams
impl Unpin for CreateAccessPointForObjectProcessParams
impl UnsafeUnpin for CreateAccessPointForObjectProcessParams
impl UnwindSafe for CreateAccessPointForObjectProcessParams
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