pub struct NotionFile {
pub name: String,
pub url: String,
}
Fields§
§name: String
§url: String
Implementations§
Trait Implementations§
Source§impl Clone for NotionFile
impl Clone for NotionFile
Source§fn clone(&self) -> NotionFile
fn clone(&self) -> NotionFile
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for NotionFile
impl RefUnwindSafe for NotionFile
impl Send for NotionFile
impl Sync for NotionFile
impl Unpin for NotionFile
impl UnwindSafe for NotionFile
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