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