pub struct sshUrl;
Trait Implementations§
Source§impl HasField<sshUrl> for Repository
impl HasField<sshUrl> for Repository
Source§type Type = GitSSHRemote
type Type = GitSSHRemote
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for sshUrl
impl RefUnwindSafe for sshUrl
impl Send for sshUrl
impl Sync for sshUrl
impl Unpin for sshUrl
impl UnwindSafe for sshUrl
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