pub enum UpdateFileLinkExpiresAt {
Now,
Timestamp(Timestamp),
}
Expand description
A future timestamp after which the link will no longer be usable, or now
to expire the link immediately.
Variants§
Trait Implementations§
Source§impl Clone for UpdateFileLinkExpiresAt
impl Clone for UpdateFileLinkExpiresAt
Source§fn clone(&self) -> UpdateFileLinkExpiresAt
fn clone(&self) -> UpdateFileLinkExpiresAt
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 UpdateFileLinkExpiresAt
impl Debug for UpdateFileLinkExpiresAt
Source§impl Serialize for UpdateFileLinkExpiresAt
impl Serialize for UpdateFileLinkExpiresAt
impl Copy for UpdateFileLinkExpiresAt
Auto Trait Implementations§
impl Freeze for UpdateFileLinkExpiresAt
impl RefUnwindSafe for UpdateFileLinkExpiresAt
impl Send for UpdateFileLinkExpiresAt
impl Sync for UpdateFileLinkExpiresAt
impl Unpin for UpdateFileLinkExpiresAt
impl UnwindSafe for UpdateFileLinkExpiresAt
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