pub struct ResourceUri {
pub resource_prefix: Option<String>,
pub account_handle: String,
pub account_handle_normalized: String,
pub resource_name: Option<String>,
pub resource_name_normalized: Option<String>,
pub version: Option<SemanticVersion>,
pub tag: Option<String>,
}Fields§
§resource_prefix: Option<String>§account_handle: String§account_handle_normalized: String§resource_name: Option<String>§resource_name_normalized: Option<String>§version: Option<SemanticVersion>§tag: Option<String>Trait Implementations§
Source§impl Clone for ResourceUri
impl Clone for ResourceUri
Source§fn clone(&self) -> ResourceUri
fn clone(&self) -> ResourceUri
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ResourceUri
impl RefUnwindSafe for ResourceUri
impl Send for ResourceUri
impl Sync for ResourceUri
impl Unpin for ResourceUri
impl UnsafeUnpin for ResourceUri
impl UnwindSafe for ResourceUri
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