Struct switchboard_protos::protos::job_schemas::mod_OracleJob::WebsocketTask [−][src]
pub struct WebsocketTask { pub url: String, pub subscription: String, pub max_data_age_seconds: i32, pub filter: String, }
Fields
url: String
subscription: String
max_data_age_seconds: i32
filter: String
Trait Implementations
impl Clone for WebsocketTask
[src]
impl Clone for WebsocketTask
[src]fn clone(&self) -> WebsocketTask
[src]
fn clone(&self) -> WebsocketTask
[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]Performs copy-assignment from source
. Read more
impl Debug for WebsocketTask
[src]
impl Debug for WebsocketTask
[src]impl Default for WebsocketTask
[src]
impl Default for WebsocketTask
[src]fn default() -> WebsocketTask
[src]
fn default() -> WebsocketTask
[src]Returns the “default value” for a type. Read more
impl<'a> MessageRead<'a> for WebsocketTask
[src]
impl<'a> MessageRead<'a> for WebsocketTask
[src]fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
[src]
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
[src]Constructs an instance of Self
by reading from the given bytes
via the given reader. Read more
impl MessageWrite for WebsocketTask
[src]
impl MessageWrite for WebsocketTask
[src]fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>
[src]
fn write_message<W: WriterBackend>(&self, w: &mut Writer<W>) -> Result<()>
[src]Writes Self
into W writer
impl PartialEq<WebsocketTask> for WebsocketTask
[src]
impl PartialEq<WebsocketTask> for WebsocketTask
[src]fn eq(&self, other: &WebsocketTask) -> bool
[src]
fn eq(&self, other: &WebsocketTask) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &WebsocketTask) -> bool
[src]
fn ne(&self, other: &WebsocketTask) -> bool
[src]This method tests for !=
.
impl StructuralPartialEq for WebsocketTask
[src]
Auto Trait Implementations
impl RefUnwindSafe for WebsocketTask
impl Send for WebsocketTask
impl Sync for WebsocketTask
impl Unpin for WebsocketTask
impl UnwindSafe for WebsocketTask
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more