pub struct GetOpenResponseBody {
pub server_id: Vec<u8>,
pub req_file_id: Vec<u8>,
}
Fields§
§server_id: Vec<u8>
§req_file_id: Vec<u8>
Trait Implementations§
Source§impl Clone for GetOpenResponseBody
impl Clone for GetOpenResponseBody
Source§fn clone(&self) -> GetOpenResponseBody
fn clone(&self) -> GetOpenResponseBody
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetOpenResponseBody
impl Debug for GetOpenResponseBody
Source§impl PartialEq for GetOpenResponseBody
impl PartialEq for GetOpenResponseBody
impl StructuralPartialEq for GetOpenResponseBody
Auto Trait Implementations§
impl Freeze for GetOpenResponseBody
impl RefUnwindSafe for GetOpenResponseBody
impl Send for GetOpenResponseBody
impl Sync for GetOpenResponseBody
impl Unpin for GetOpenResponseBody
impl UnwindSafe for GetOpenResponseBody
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