pub struct RepoRefBuilder<St: State, S: BosStr = DefaultStr> { /* private fields */ }Expand description
Builder for constructing an instance of this type.
Implementations§
Source§impl RepoRefBuilder<Empty, DefaultStr>
impl RepoRefBuilder<Empty, DefaultStr>
Source§impl<S: BosStr> RepoRefBuilder<Empty, S>
impl<S: BosStr> RepoRefBuilder<Empty, S>
Source§impl<St, S: BosStr> RepoRefBuilder<St, S>
impl<St, S: BosStr> RepoRefBuilder<St, S>
Auto Trait Implementations§
impl<St, S> Freeze for RepoRefBuilder<St, S>where
S: Freeze,
impl<St, S> RefUnwindSafe for RepoRefBuilder<St, S>where
S: RefUnwindSafe,
impl<St, S> Send for RepoRefBuilder<St, S>where
S: Send,
impl<St, S> Sync for RepoRefBuilder<St, S>where
S: Sync,
impl<St, S> Unpin for RepoRefBuilder<St, S>where
S: Unpin,
impl<St, S> UnsafeUnpin for RepoRefBuilder<St, S>where
S: UnsafeUnpin,
impl<St, S> UnwindSafe for RepoRefBuilder<St, S>where
S: UnwindSafe,
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