pub struct RepositoryUrl { /* private fields */ }
Expand description
Convenience wrapper type for the autogenerated FIDL RepositoryUrl
.
Implementations§
Source§impl RepositoryUrl
impl RepositoryUrl
pub fn url(&self) -> &RepositoryUrl
Trait Implementations§
Source§impl Clone for RepositoryUrl
impl Clone for RepositoryUrl
Source§fn clone(&self) -> RepositoryUrl
fn clone(&self) -> RepositoryUrl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RepositoryUrl
impl Debug for RepositoryUrl
Source§impl From<RepositoryUrl> for RepositoryUrl
impl From<RepositoryUrl> for RepositoryUrl
Source§fn from(url: RepositoryUrl) -> Self
fn from(url: RepositoryUrl) -> Self
Converts to this type from the input type.
Source§impl From<RepositoryUrl> for RepositoryUrl
impl From<RepositoryUrl> for RepositoryUrl
Source§fn from(url: RepositoryUrl) -> Self
fn from(url: RepositoryUrl) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RepositoryUrl
impl PartialEq for RepositoryUrl
Source§impl TryFrom<&RepositoryUrl> for RepositoryUrl
impl TryFrom<&RepositoryUrl> for RepositoryUrl
impl StructuralPartialEq for RepositoryUrl
Auto Trait Implementations§
impl Freeze for RepositoryUrl
impl RefUnwindSafe for RepositoryUrl
impl Send for RepositoryUrl
impl Sync for RepositoryUrl
impl Unpin for RepositoryUrl
impl UnwindSafe for RepositoryUrl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)