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