Struct crowdstrike_cloudproto::services::ts::TsConnectInfo
source · [−]pub struct TsConnectInfo { /* private fields */ }Expand description
Connection information required to open a session with the TS server
Implementations
sourceimpl TsConnectInfo
impl TsConnectInfo
sourcepub fn new_simple(cid: [u8; 16]) -> Self
pub fn new_simple(cid: [u8; 16]) -> Self
Connect using the provided Crowdstrike customer ID The CID must belong to an active customer. Unlike for the LSO server and falcon-sensor it’s not enough to use a structurally valid but inactive CID. Uses hardcoded default values for the other non-critical fields.
pub fn new_custom(
cid: [u8; 16],
unk0: [u8; 16],
aid: [u8; 16],
bootid: [u8; 16],
pt: [u8; 8]
) -> Self
Trait Implementations
sourceimpl Clone for TsConnectInfo
impl Clone for TsConnectInfo
sourcefn clone(&self) -> TsConnectInfo
fn clone(&self) -> TsConnectInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TsConnectInfo
impl Debug for TsConnectInfo
sourceimpl PartialEq<TsConnectInfo> for TsConnectInfo
impl PartialEq<TsConnectInfo> for TsConnectInfo
sourcefn eq(&self, other: &TsConnectInfo) -> bool
fn eq(&self, other: &TsConnectInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for TsConnectInfo
impl StructuralEq for TsConnectInfo
impl StructuralPartialEq for TsConnectInfo
Auto Trait Implementations
impl RefUnwindSafe for TsConnectInfo
impl Send for TsConnectInfo
impl Sync for TsConnectInfo
impl Unpin for TsConnectInfo
impl UnwindSafe for TsConnectInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more