pub struct GroupTelegramSourceConnection {
pub pk: i32,
pub group: Uuid,
pub source: Uuid,
pub source_obj: Source,
pub identifier: String,
pub created: String,
pub last_updated: String,
}Expand description
GroupTelegramSourceConnection : Group Source Connection
Fields§
§pk: i32§group: Uuid§source: Uuid§source_obj: Source§identifier: String§created: String§last_updated: StringImplementations§
Trait Implementations§
Source§impl Clone for GroupTelegramSourceConnection
impl Clone for GroupTelegramSourceConnection
Source§fn clone(&self) -> GroupTelegramSourceConnection
fn clone(&self) -> GroupTelegramSourceConnection
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 moreSource§impl Default for GroupTelegramSourceConnection
impl Default for GroupTelegramSourceConnection
Source§fn default() -> GroupTelegramSourceConnection
fn default() -> GroupTelegramSourceConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GroupTelegramSourceConnection
impl<'de> Deserialize<'de> for GroupTelegramSourceConnection
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 PartialEq for GroupTelegramSourceConnection
impl PartialEq for GroupTelegramSourceConnection
Source§fn eq(&self, other: &GroupTelegramSourceConnection) -> bool
fn eq(&self, other: &GroupTelegramSourceConnection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupTelegramSourceConnection
Auto Trait Implementations§
impl Freeze for GroupTelegramSourceConnection
impl RefUnwindSafe for GroupTelegramSourceConnection
impl Send for GroupTelegramSourceConnection
impl Sync for GroupTelegramSourceConnection
impl Unpin for GroupTelegramSourceConnection
impl UnwindSafe for GroupTelegramSourceConnection
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