pub enum ClosePointInTimeParts {
None,
}
Expand description
API parts for the Close Point In Time API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ClosePointInTimeParts
impl Clone for ClosePointInTimeParts
Source§fn clone(&self) -> ClosePointInTimeParts
fn clone(&self) -> ClosePointInTimeParts
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 Debug for ClosePointInTimeParts
impl Debug for ClosePointInTimeParts
Source§impl PartialEq for ClosePointInTimeParts
impl PartialEq for ClosePointInTimeParts
impl StructuralPartialEq for ClosePointInTimeParts
Auto Trait Implementations§
impl Freeze for ClosePointInTimeParts
impl RefUnwindSafe for ClosePointInTimeParts
impl Send for ClosePointInTimeParts
impl Sync for ClosePointInTimeParts
impl Unpin for ClosePointInTimeParts
impl UnwindSafe for ClosePointInTimeParts
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