pub struct ExportStateOptions<'a> {
pub identity: Option<&'a LocalGitIdentity>,
pub message_override: Option<&'a str>,
pub parent_override: Option<&'a [ObjectId]>,
pub audience: &'a AudienceTier,
}Fields§
§identity: Option<&'a LocalGitIdentity>§message_override: Option<&'a str>§parent_override: Option<&'a [ObjectId]>§audience: &'a AudienceTierAuto Trait Implementations§
impl<'a> Freeze for ExportStateOptions<'a>
impl<'a> RefUnwindSafe for ExportStateOptions<'a>
impl<'a> Send for ExportStateOptions<'a>
impl<'a> Sync for ExportStateOptions<'a>
impl<'a> Unpin for ExportStateOptions<'a>
impl<'a> UnsafeUnpin for ExportStateOptions<'a>
impl<'a> UnwindSafe for ExportStateOptions<'a>
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