pub enum ResizeOriginAuth {
SharePublicly,
}Variants§
Trait Implementations§
Source§impl Clone for ResizeOriginAuth
impl Clone for ResizeOriginAuth
Source§fn clone(&self) -> ResizeOriginAuth
fn clone(&self) -> ResizeOriginAuth
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 ResizeOriginAuth
impl Debug for ResizeOriginAuth
Auto Trait Implementations§
impl Freeze for ResizeOriginAuth
impl RefUnwindSafe for ResizeOriginAuth
impl Send for ResizeOriginAuth
impl Sync for ResizeOriginAuth
impl Unpin for ResizeOriginAuth
impl UnwindSafe for ResizeOriginAuth
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