#[repr(C)]pub struct rc_api_fetch_code_notes_response_t {
pub notes: *mut rc_api_code_note_t,
pub num_notes: u32,
pub response: rc_api_response_t,
}Expand description
Response data for a fetch code notes request.
Fields§
§notes: *mut rc_api_code_note_t§num_notes: u32§response: rc_api_response_tTrait Implementations§
Source§impl Clone for rc_api_fetch_code_notes_response_t
impl Clone for rc_api_fetch_code_notes_response_t
Source§fn clone(&self) -> rc_api_fetch_code_notes_response_t
fn clone(&self) -> rc_api_fetch_code_notes_response_t
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 moreimpl Copy for rc_api_fetch_code_notes_response_t
Auto Trait Implementations§
impl Freeze for rc_api_fetch_code_notes_response_t
impl RefUnwindSafe for rc_api_fetch_code_notes_response_t
impl !Send for rc_api_fetch_code_notes_response_t
impl !Sync for rc_api_fetch_code_notes_response_t
impl Unpin for rc_api_fetch_code_notes_response_t
impl UnwindSafe for rc_api_fetch_code_notes_response_t
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