Struct conogram::methods::get_file::GetFileParams
source · pub struct GetFileParams {
pub file_id: String,
}
Fields§
§file_id: String
Trait Implementations§
source§impl Clone for GetFileParams
impl Clone for GetFileParams
source§fn clone(&self) -> GetFileParams
fn clone(&self) -> GetFileParams
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 moresource§impl Debug for GetFileParams
impl Debug for GetFileParams
Auto Trait Implementations§
impl RefUnwindSafe for GetFileParams
impl Send for GetFileParams
impl Sync for GetFileParams
impl Unpin for GetFileParams
impl UnwindSafe for GetFileParams
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