pub struct Url {
pub url: String,
}
Expand description
Standard Uniform Resource Locator (URL) string.
Fields§
§url: String
Implementations§
Source§impl Url
impl Url
pub fn move_instance(self) -> MoveInstance<Self>
pub fn type_() -> UrlTypeTag
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Url
impl<'de> Deserialize<'de> for Url
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl MoveStruct for Url
impl MoveStruct for Url
type StructTag = UrlTypeTag
Source§impl MoveType for Url
impl MoveType for Url
Source§impl StaticModule for Url
impl StaticModule for Url
fn module() -> Identifier
Source§impl StaticName for Url
impl StaticName for Url
fn name() -> Identifier
Source§impl StaticTypeParams for Url
impl StaticTypeParams for Url
fn type_params() -> Vec<TypeTag>
impl Eq for Url
impl StructuralPartialEq for Url
Auto Trait Implementations§
impl Freeze for Url
impl RefUnwindSafe for Url
impl Send for Url
impl Sync for Url
impl Unpin for Url
impl UnwindSafe for Url
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