pub struct Cloud {
pub domain: Option<String>,
pub port: Option<String>,
pub path: Option<String>,
pub register_procedure: Option<String>,
pub protocol: Option<String>,
}Expand description
RSS 2.0 <cloud> element — subscription endpoint for updates
Fields§
§domain: Option<String>Domain of the cloud server
port: Option<String>Port of the cloud server
path: Option<String>Path of the cloud server
register_procedure: Option<String>Procedure to register for update notifications
protocol: Option<String>Protocol: xml-rpc, soap, or http-post
Trait Implementations§
impl Eq for Cloud
impl StructuralPartialEq for Cloud
Auto Trait Implementations§
impl Freeze for Cloud
impl RefUnwindSafe for Cloud
impl Send for Cloud
impl Sync for Cloud
impl Unpin for Cloud
impl UnsafeUnpin for Cloud
impl UnwindSafe for Cloud
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