pub struct Custom_data_type { /* private fields */ }
Implementations§
Source§impl Custom_data_type
impl Custom_data_type
pub const fn New(Task: Task_identifier_type) -> Self
pub const fn Get_task_identifier(&self) -> Task_identifier_type
Trait Implementations§
Source§impl Clone for Custom_data_type
impl Clone for Custom_data_type
Source§fn clone(&self) -> Custom_data_type
fn clone(&self) -> Custom_data_type
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 Custom_data_type
impl RefUnwindSafe for Custom_data_type
impl Send for Custom_data_type
impl Sync for Custom_data_type
impl Unpin for Custom_data_type
impl UnwindSafe for Custom_data_type
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