pub struct Autopulse {
pub url: String,
pub auth: Auth,
pub trigger: Option<String>,
pub rewrite: Option<Rewrite>,
}
Fields§
§url: String
URL to the autopulse instance
auth: Auth
Authentication credentials
trigger: Option<String>
Trigger to hit (must be type: manual) (default: manual)
rewrite: Option<Rewrite>
Rewrite path for the file
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Autopulse
impl<'de> Deserialize<'de> for Autopulse
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
Auto Trait Implementations§
impl Freeze for Autopulse
impl RefUnwindSafe for Autopulse
impl Send for Autopulse
impl Sync for Autopulse
impl Unpin for Autopulse
impl UnwindSafe for Autopulse
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