pub struct Share {
pub id: String,
pub link: String,
pub size: u64,
pub expires_at: u64,
}Expand description
The result of a successful share: the link to hand out, plus what got recorded.
Fields§
§id: String§link: String§size: u64§expires_at: u64Auto Trait Implementations§
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