pub struct PickBookmarkRequest {
pub target_path: Option<String>,
pub suggested_file_name: Option<String>,
}Fields§
§target_path: Option<String>§suggested_file_name: Option<String>Trait Implementations§
Source§impl Clone for PickBookmarkRequest
impl Clone for PickBookmarkRequest
Source§fn clone(&self) -> PickBookmarkRequest
fn clone(&self) -> PickBookmarkRequest
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 PickBookmarkRequest
impl Debug for PickBookmarkRequest
Source§impl<'de> Deserialize<'de> for PickBookmarkRequest
impl<'de> Deserialize<'de> for PickBookmarkRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PickBookmarkRequest
impl RefUnwindSafe for PickBookmarkRequest
impl Send for PickBookmarkRequest
impl Sync for PickBookmarkRequest
impl Unpin for PickBookmarkRequest
impl UnsafeUnpin for PickBookmarkRequest
impl UnwindSafe for PickBookmarkRequest
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