pub struct DiscussionTransferredChanges { /* private fields */ }
Implementations§
Source§impl DiscussionTransferredChanges
impl DiscussionTransferredChanges
pub fn new_discussion<T>(self, value: T) -> Self
pub fn new_repository<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for DiscussionTransferredChanges
impl Clone for DiscussionTransferredChanges
Source§fn clone(&self) -> DiscussionTransferredChanges
fn clone(&self) -> DiscussionTransferredChanges
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 DiscussionTransferredChanges
impl Debug for DiscussionTransferredChanges
Source§impl From<DiscussionTransferredChanges> for DiscussionTransferredChanges
impl From<DiscussionTransferredChanges> for DiscussionTransferredChanges
Source§fn from(value: DiscussionTransferredChanges) -> Self
fn from(value: DiscussionTransferredChanges) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DiscussionTransferredChanges
impl RefUnwindSafe for DiscussionTransferredChanges
impl Send for DiscussionTransferredChanges
impl Sync for DiscussionTransferredChanges
impl Unpin for DiscussionTransferredChanges
impl UnwindSafe for DiscussionTransferredChanges
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