pub struct Push {
pub after: Option<String>,
pub before: Option<String>,
pub pusher: Option<Box<PushPusher>>,
pub ref: Option<String>,
pub repository: Option<Box<PushRepository>>,
}Fields§
§after: Option<String>§before: Option<String>§pusher: Option<Box<PushPusher>>§ref: Option<String>§repository: Option<Box<PushRepository>>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Push
impl<'de> Deserialize<'de> for Push
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Push
Auto Trait Implementations§
impl Freeze for Push
impl RefUnwindSafe for Push
impl Send for Push
impl Sync for Push
impl Unpin for Push
impl UnsafeUnpin for Push
impl UnwindSafe for Push
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