pub struct ShareItem {
pub id: String,
pub name: String,
pub url: String,
pub created_at: String,
pub expired: bool,
}Expand description
Unified share item
Fields§
§id: String§name: String§url: String§created_at: String§expired: boolTrait Implementations§
Auto 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