pub struct ForEachRefPush {
pub refname: Option<String>,
pub remote: String,
pub remote_ref: Option<String>,
}Fields§
§refname: Option<String>§remote: String§remote_ref: Option<String>Trait Implementations§
Source§impl Clone for ForEachRefPush
impl Clone for ForEachRefPush
Source§fn clone(&self) -> ForEachRefPush
fn clone(&self) -> ForEachRefPush
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ForEachRefPush
impl RefUnwindSafe for ForEachRefPush
impl Send for ForEachRefPush
impl Sync for ForEachRefPush
impl Unpin for ForEachRefPush
impl UnsafeUnpin for ForEachRefPush
impl UnwindSafe for ForEachRefPush
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